GetInclude OLE Automation RoutineGetInclude( itemNumber ) Returns a string containing the file specification or an empty string if itemNumber is larger than the number of items in the list. Example: List1.Clear Dim nCount As Integer Dim sPath As StringnCount = 1While nCountsPath = wilbur.GetInclude(nCount) nCount = nCount + 1 If sPath <> "" ThenList1.AddItem (sPath)ElsenCount = 0End IfWend This example will fill a list box with all of the entries in the include list. |
Copyright ⌐ 1999 RedTree
Development Inc. All rights reserved. |